home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Shells / execute.readme < prev    next >
Text File  |  1996-09-26  |  3KB  |  70 lines

  1. Short:    Execute any UNIX script from DOS Shell
  2. Author:   Will Bow (wbow@crl.com)
  3. Uploader: Colin Thompson (colin@cts.com)
  4. Type:     util/shell
  5.  
  6.  
  7. Filename:     Execute - Direct replacement for AmigaDOS Execute command.
  8.  
  9. Purpose:      Allows execution of any UNIX script from the AmigaDOS Shell.
  10.  
  11.               This is a direct replacement of the DOS command Execute.
  12.               From the DOS Shell, you can execute any UNIX shell script.
  13.               It passes the script on to the specified interpreter 
  14.               for execution. Usually, #!/bin/sh, but may be awk, sed,
  15.               perl etc ....
  16.  
  17.               If the 'S' bit on the script is set, the script can be
  18.               executed by simply typing the script_file_name at the 
  19.               DOS prompt.
  20.  
  21.               Execute will not interfere with the normal operation of
  22.               Amiga DOS or Arexx scripts.
  23.  
  24. Requirements: OS 2.04 and up. Any Amiga. 
  25.               Ixemul.library is not required.
  26.  
  27. Installation: Rename the existing AmigaDOS Execute command. (for safety)
  28.               Copy the new file to the same directory where the original
  29.               Execute resided. (sys:c). This is IMPORTANT because the     
  30.               system depends on Execute for normal system startup.
  31.  
  32.               The file is residentable.
  33.  
  34.               Note: This command is implemented as a wedge into the original
  35.               AmigaDOS Execute command and is completely system transparent.
  36.               Source is available from the author.                    
  37.  
  38. Distribution: Released into the Public Domain by
  39.  
  40.                                ___    ___  _____       
  41.                               / __\  /___\/__   \/\  /\
  42.                              /__\// //  //  / /\/ /_/ /
  43.                             / \/  \/ \_//  / / / __  / 
  44.                             \_____/\___/   \/  \/ /_/  
  45.                       __        ____
  46.                      / _\ ___  / _| |___      ____ _ _ __ ___ 
  47.                      \ \ / _ \| |_| __\ \ /\ / / _` | '__/ _ \
  48.                      _\ \ (_) |  _| |_ \ V  V / (_| | | |  __/
  49.                      \__/\___/|_|  \__| \_/\_/ \__,_|_|  \___|
  50.  
  51.  
  52.               Original  Packed Ratio    Date     Time    Name
  53.               -------- ------- ----- --------- --------  -------------
  54.                  14084    7004 50.2% 14-Feb-95 16:16:46  Execute
  55.                   2537    1001 60.5% 14-Feb-95 16:59:18  execute.readme
  56.                   3820     649 83.0% 14-Feb-95 16:43:08  ReadMe.info
  57.               -------- ------- ----- --------- --------
  58.                  20441    8654 57.6% 14-Feb-95 16:59:40   3 files
  59.  
  60.  
  61. ============================= Archive contents =============================
  62.  
  63. Original  Packed Ratio    Date     Time    Name
  64. -------- ------- ----- --------- --------  -------------
  65.    14084    7004 50.2% 14-Feb-95 16:16:46  Execute
  66.     1585     702 55.7% 14-Feb-95 16:41:04  readme
  67.     3820     649 83.0% 14-Feb-95 16:43:08  ReadMe.info
  68. -------- ------- ----- --------- --------
  69.    19489    8355 57.1% 16-Feb-95 20:36:52   3 files
  70.